home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / geomutil / math2oogl / O.sgi / Makefile < prev    next >
Makefile  |  1993-10-27  |  278b  |  17 lines

  1. GEOM = ../../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6. all:    ${TARGETS}
  7.  
  8.  
  9. ${TARGETS}:    ${OBJS}
  10.     rm -f $@ ../$@.${MACHTYPE}
  11.     ${CC} ${CFLAGS} ${OBJS} -o $@
  12.     ln $@ ../$@.${MACHTYPE}
  13.     
  14. install:        installbin
  15.  
  16.  
  17.